home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xless / xless141.z / xless141 / xless-1.4.1 / README < prev    next >
Text File  |  1993-02-23  |  1KB  |  46 lines

  1. This is Xless
  2.  
  3.     "A file Browsing tool for the X Window System Version 11 Release 5"
  4.  
  5.    Version 1.4
  6.    Based Upon: Xmore for X11R2 by Chris Peterson - MIT Project Athena.
  7.    Written By: Carlo Lisa - MIT Project Athena.
  8.    Revised By: Dave Glowacki - UCB Software Warehouse
  9.  
  10.    Copyright 1989 Massachusetts Institute of Technology
  11.  
  12. FEATURES:
  13.  - Display either the file(s) specified on the command line or
  14.    input from standard input, supplied by a pipe.
  15.  - Search facility dialog-box guided.
  16.  - View other files dynamically.
  17.  - Edit the viewed file with your favorite editor`
  18.    (as specified in EDITOR env. var.)
  19.  - Reload the current file.
  20.  - Change file in the current window.
  21.  - Print the current file.
  22.  
  23. INSTALLATION:
  24.  Check the Imakefile to see if you need to add or change any DEFINES,
  25.  then do the usual 'xmkmf', etc.
  26.  
  27. CAVEAT:
  28.  The color resources are stored in the global app-defaults directory in
  29.  a file named 'XLess-color'.  If you have a color display and are running at
  30.  least X11R5, you may want to add a line like this to your personal
  31.  resources file:
  32.  
  33.     #ifdef COLOR
  34.     *customization: -color
  35.     #endif
  36.  
  37.  Versions of X earlier than X11R5 don't support the `customization' resource.
  38.  If you're on one of those, you'll have to include the color resources in your
  39.  personal resources file.
  40.  
  41. Send bugs, impressions, suggestions to:
  42.  
  43.             dglo@cs.berkeley.edu
  44.  
  45. Enjoy!
  46.